DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection<T> Class / Item Property

In This Topic
    Item Property (C1AdoNetCursorDataCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    public override T this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also